home *** CD-ROM | disk | FTP | other *** search
/ European High School Girl / European High School Girl.iso / pc / prg / sofie.dxr / 00072.ls < prev    next >
Encoding:
Text File  |  1996-03-08  |  227 b   |  11 lines

  1. on exitFrame
  2.   global autoflg, framecnt, max
  3.   if not autoflg = 0 then
  4.     if framecnt >= max then
  5.       set the timeoutScript to "continueS16"
  6.     else
  7.       set the timeoutScript to "continueAutoPlay"
  8.     end if
  9.   end if
  10. end
  11.